Installation Instructions:

mSQL Keeper is a Copyright of CGL Internet Services, Inc.(1997)
and was written by Chris Lambrou (mail: cl@cglis.com)

Prerequisites:
	To run mSQL Keeper, you must have the following:
	1. mSQL ver 1 (of course)
   	   Get it from ftp://Bond.edu.au/pub/Minerva/msql/msql1
	   mSQL Keeper WAS NOT TESTED WITH mSQL VER 2.
	2. Msql.pm perl module, ver 1.03 or later. 
	   Get it from ftp://Bond.edu.au/pub/Minerva/msql/Contrib/mSQLPerl/
	3. A Web Server supporting SSI (server site includes).

You may use file install.cgi to install msql Keeper.  This is a Perl 
script that creates the directories and copies the files to the 
appropriate locations.  Just create a directory called /source, unzip mk.zip and 
copy all files to /source.  Then, just execute install.cgi.  That should be it.

Alternatively, you may install the program manually:
1. 	Unzip file mk.zip

2. 	Create the following directories on your Web Server:
	/msql_keeper		:root directory, for html pages
	/msql_keeper/lib	:lib directory, for Perl lib file(s)
	/msql_keeper/img	:images directory
	/msql_keeper/indata	:directory used to ftp files for import to mSQL
	/msql_keeper/dumpdata	:directory used to deposit files generated by the export and dump database functions
	/msql_keeper/cgi	:Perl scripts directory
	/msql_keeper/config	:Configuration files directory

3. 	Copy all Html pages (*.shtml) to the /msql_keeper directory.
	Make sure that your server supports index.shtml as the default page.

4. 	Copy all Perl Scripts (*.cgi) to the /msql_keeper/cgi directory.
	Make sure that the files have the appropriate permissions 
	so that the Web server runs them as perl scripts instead of
	treating them as text files.

5. 	Copy configuration file(s) (*.dat) to the /msql_keeper/config directory.
	File database.dat must have read/write permissions for Web users.

6. 	Copy image files (*.gif) to the /msql_keeper/img directory.

7. 	Copy myXBase.pm to the /msql_keeper/lib directory.



